home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / movecurs / moveit.bas < prev    next >
Encoding:
BASIC Source File  |  1995-09-06  |  76 b   |  8 lines

  1. Option Explicit
  2. Type POINTAPI
  3.  X As Integer
  4.  Y As Integer
  5. End Type
  6.  
  7.  
  8.